html,
body {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-family: '微软雅黑', 'microsoft yahei';
  position: relative;
  color: #000000;
  font-size: 18px;
  font-size: 0.18rem;
}

a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: #000;
  display: inline-block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

input,
button,
select,
textarea {
  font-family: 'Microsoft YaHei UI', 'Helvetica', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  vertical-align: middle;
  -webkit-user-select: auto;
  border: 0;
  border-radius: 0;
}

.pClear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* 头部 */
.header-box {
  position: relative;
  width: 100%;
}

.header-box .p-Top {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 0;
  padding: 0.05rem 0;
  width: 100%;
  background-color: rgba(171, 1, 19, 0.3);
}
.header-box .p-Top a {
  font-size: 14px;
  font-size: 0.14rem;
  color: #fff;
}
.header-box .p-Top .line {
  margin: 0 5px;
  margin: 0 0.05rem;
}
.header-box .p-Top .search-box {
  float: right;
}

.header-box .p-Top .search-box .search-btn {
  float: right;
  padding: 0 10px;
  padding: 0 0.1rem;
  height: 24px;
  height: 0.24rem;
  background-color: #d52d2d;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.header-box .p-Top .search-box .search-btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-size: 0.14rem;
  line-height: 24px;
  line-height: 0.24rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.header-box .p-Top .search-box .search-btn a img {
  width: 16px;
  width: 0.16rem;
  vertical-align: middle;
}
.header-box .p-Top .search-box #search-inp {
  float: right;
  width: 0;
  height: 24px;
  height: 0.24rem;
  font-size: 14px;
  font-size: 0.14rem;
  line-height: 24px;
  line-height: 0.24rem;
  border: 0;
  outline: none;
  box-sizing: border-box;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0;
}
.header-box .p-Top .search-box:hover #search-inp {
  padding: 0 10px;
  padding: 0 0.1rem;
  width: 200px;
  width: 2rem;
  opacity: 1;
}

.header-box .p-logo {
  position: absolute;
  top: 92px;
  top: 0.92rem;
  left: 0;
  width: 460px;
  width: 4.6rem;
  height: 120px;
  height: 1.2rem;
}
.header-box .banner {
  display: block;
  width: 100%;
  height: 680px;
  height: 6.8rem;
  object-fit: cover;
}

.pNav {
  width: 100%;
  height: 77px;
  height: 0.77rem;
  background-color: #ab0113;
}
.pNav ul {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.pNav ul li {
  float: left;
  width: 10%;
  height: 100%;
  overflow: hidden;
}
.pNav ul li:hover,
.pNav ul .active {
  background-image: linear-gradient(to bottom, #d80101, #d80101), linear-gradient(to top, #d52d2d, #e83838, #d52d2d);
}
.pNav ul li a {
  display: block;
  width: 100%;
  text-align: center;
}
.pNav ul li span {
  font-size: 23px;
  font-size: 0.23rem;
  letter-spacing: 0.07px;
  line-height: 77px;
  line-height: 0.77rem;
  color: #fff;
}

/**** 底部 ****/
.pFoot-link {
  position: relative;
  margin-top: 20px;
  margin-top: 0.2rem;
  padding-top: 20px;
  padding-top: 0.2rem;
  width: auto;
  height: 60px;
  height: 0.6rem;
  color: #666666;
  background-color: #fff;
  z-index: 10;
  box-sizing: border-box;
}

.pFoot-link .mainWidth {
  position: initial;
}

.pFoot-link .link-ul {
  height: 100%;
}
.pFoot-link .link-ul li {
  float: left;
  width: calc(100% / 4);
  text-align: center;
  border-left: 1px solid #666666;
  box-sizing: border-box;
}
.pFoot-link .link-ul li:nth-last-child(1) {
  border-right: 1px solid #666666;
}

.pFoot-link .link-ul li .name {
  display: inline-block;
  padding-right: 25px;
  padding-right: 0.25rem;
  width: auto;
  font-size: 15px;
  font-size: 0.15rem;
  line-height: 20px;
  line-height: 0.2rem;
  color: #000000;
  cursor: pointer;
  background: url(../images/2023-pFoot-select-ico.png) no-repeat right center;
}

.pFoot-link .link-ul li .link-con {
  width: 100%;
  min-width: 1500px;
  min-width: 15rem;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  position: absolute;
  left: 0;
  bottom: 60px;
  bottom: 0.6rem;
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  overflow: hidden;
}

.pFoot-link .link-ul li .link-con .link-ul {
  width: 1500px;
  width: 15rem;
  margin: 0 auto;
}

.pFoot-link .link-ul li .link-con .link-ul dt {
  width: 14.28%;
  float: left;
  height: 36px;
  height: 0.36rem;
  line-height: 36px;
  line-height: 0.36rem;
  text-align: center;
}

.pFoot-link .link-ul li .link-con .link-ul dt a {
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-size: 0.15rem;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.pFoot-link .link-ul li .link-con .link-ul dt a:hover {
  background: rgba(0, 0, 0, 0.3);
}

.pFoot-link .link-ul li.active .link-con {
  display: block;
  padding: 25px 0;
  padding: 0.25rem 0;
  height: auto;
}

.pFoot-btm {
  width: auto;
  background-color: #bd1a2d;
  font-size: 15px;
  font-size: 0.15rem;
  color: #ffffff;
  padding: 30px 0;
  padding: 0.3rem 0;
}

.pFoot-btm .btm-txt {
  float: left;
  width: calc(100% - 280px);
  width: calc(100% - 2.8rem);
  overflow: hidden;
}

.pFoot-btm .link {
  line-height: 20px;
  line-height: 0.2rem;
}

.pFoot-btm .link a {
  color: #ffffff;
}

.pFoot-btm .link a:hover {
  /* color: #6791e6; */
}

.pFoot-btm .link span {
  margin: 0 10px;
  margin: 0 0.1rem;
  font-size: 12px;
  font-size: 0.12rem;
}

.pFoot-btm .msg {
  margin-top: 10px;
  margin-top: 0.1rem;
}

.pFoot-btm .msg p {
  line-height: 40px;
  line-height: 0.4rem;
}

.pFoot-btm .msg p span {
  margin-right: 2em;
  display: inline-block;
}

.pFoot-btm .msg a {
  color: #ffffff;
}

.pFoot-btm .msg a.ga {
  background: url(../images/2023-pFoot-ico-ga.png) no-repeat left;
  background-size: 18px auto;
  background-size: 0.18rem auto;
  padding-left: 25px;
  padding-left: 0.25rem;
}

.pFoot-btm .btmimg {
  float: right;
  margin-top: 25px;
  margin-top: 0.25rem;
}

.pFoot-btm .btmimg img {
  display: block;
}

.pFoot-btm .btmimg .dzjg {
  display: inline-block;
  height: 78px;
  height: 0.78rem;
  vertical-align: middle;
}

.pFoot-btm .btmimg .dzjg img {
  width: 63px;
  width: 0.63rem;
}

.pFoot-btm .btmimg .ga {
  display: inline-block;
  margin: 0 16px;
  margin: 0 0.16rem;
  height: 78px;
  height: 0.78rem;
  vertical-align: middle;
}

.pFoot-btm .btmimg .ga img {
  width: 45px;
  width: 0.45rem;
}

.pFoot-btm .btmimg .zfzc {
  display: inline-block;
  height: 110px;
  height: 1.1rem;
  vertical-align: middle;
}

.pFoot-btm .btmimg .zfzc img {
  width: 110px;
  width: 1.1rem;
}

.mainWidth {
  width: 15rem;
  margin: 0 auto;
  position: relative;
}

/****  响应式 ****/
html {
  font-size: 100px;
}

@media screen and (max-width: 1653px) {
  html {
    font-size: 99.57831325301205px;
  }
}

@media screen and (max-width: 1643px) {
  html {
    font-size: 98.97590361445783px;
  }
}

@media screen and (max-width: 1633px) {
  html {
    font-size: 98.37349397590361px;
  }
}

@media screen and (max-width: 1623px) {
  html {
    font-size: 97.7710843373494px;
  }
}

@media screen and (max-width: 1613px) {
  html {
    font-size: 97.16867469879518px;
  }
}

@media screen and (max-width: 1603px) {
  html {
    font-size: 96.56626506024096px;
  }
}

@media screen and (max-width: 1593px) {
  html {
    font-size: 95.96385542168675px;
  }
}

@media screen and (max-width: 1583px) {
  html {
    font-size: 95.36144578313253px;
  }
}

@media screen and (max-width: 1573px) {
  html {
    font-size: 94.75903614457831px;
  }
}

@media screen and (max-width: 1563px) {
  html {
    font-size: 94.1566265060241px;
  }
}

@media screen and (max-width: 1553px) {
  html {
    font-size: 93.55421686746988px;
  }
}

@media screen and (max-width: 1543px) {
  html {
    font-size: 92.95180722891566px;
  }
}

@media screen and (max-width: 1533px) {
  html {
    font-size: 92.34939759036145px;
  }
}

@media screen and (max-width: 1523px) {
  html {
    font-size: 91.74698795180723px;
  }
}

@media screen and (max-width: 1513px) {
  html {
    font-size: 91.14457831325301px;
  }
}

@media screen and (max-width: 1503px) {
  html {
    font-size: 90.5421686746988px;
  }
}

@media screen and (max-width: 1493px) {
  html {
    font-size: 89.93975903614458px;
  }
}

@media screen and (max-width: 1483px) {
  html {
    font-size: 89.33734939759036px;
  }
}

@media screen and (max-width: 1473px) {
  html {
    font-size: 88.73493975903614px;
  }
}

@media screen and (max-width: 1463px) {
  html {
    font-size: 88.13253012048193px;
  }
}

@media screen and (max-width: 1453px) {
  html {
    font-size: 87.53012048192771px;
  }
}

@media screen and (max-width: 1443px) {
  html {
    font-size: 86.92771084337349px;
  }
}

@media screen and (max-width: 1433px) {
  html {
    font-size: 86.32530120481928px;
  }
}

@media screen and (max-width: 1423px) {
  html {
    font-size: 85.72289156626506px;
  }
}

@media screen and (max-width: 1413px) {
  html {
    font-size: 85.12048192771084px;
  }
}

@media screen and (max-width: 1403px) {
  html {
    font-size: 84.51807228915663px;
  }
}

@media screen and (max-width: 1393px) {
  html {
    font-size: 83.91566265060241px;
  }
}

@media screen and (max-width: 1383px) {
  html {
    font-size: 83.31325301204819px;
  }
}

@media screen and (max-width: 1373px) {
  html {
    font-size: 82.7108433734939px;
  }
}

@media screen and (max-width: 1363px) {
  html {
    font-size: 82.10843373493976px;
  }
}

@media screen and (max-width: 1353px) {
  html {
    font-size: 81.5060240963855px;
  }
}

@media screen and (max-width: 1343px) {
  html {
    font-size: 80.9036144578313px;
  }
}

@media screen and (max-width: 1333px) {
  html {
    font-size: 80.3012048192771px;
  }
}

@media screen and (max-width: 1323px) {
  html {
    font-size: 79.6987951807229px;
  }
}

@media screen and (max-width: 1313px) {
  html {
    font-size: 79.0963855421687px;
  }
}

@media screen and (max-width: 1303px) {
  html {
    font-size: 78.4939759036145px;
  }
}

@media screen and (max-width: 1293px) {
  html {
    font-size: 77.8915662650602px;
  }
}

@media screen and (max-width: 1283px) {
  html {
    font-size: 77.289156626506px;
  }
}

@media screen and (max-width: 1273px) {
  html {
    font-size: 76.6867469879518px;
  }
}

@media screen and (max-width: 1263px) {
  html {
    font-size: 76.0843373493976px;
  }
}

@media screen and (max-width: 1253px) {
  html {
    font-size: 75.4819277108434px;
  }
}

@media screen and (max-width: 1243px) {
  html {
    font-size: 74.8795180722891px;
  }
}

@media screen and (max-width: 1233px) {
  html {
    font-size: 74.2771084337349px;
  }
}

@media screen and (max-width: 1223px) {
  html {
    font-size: 73.6746987951807px;
  }
}

@media screen and (max-width: 1213px) {
  html {
    font-size: 73.0722891566265px;
  }
}

@media screen and (max-width: 1203px) {
  html {
    font-size: 72.4698795180723px;
  }
}

@media screen and (max-width: 1193px) {
  html {
    font-size: 71.8674698795181px;
  }
}

@media screen and (max-width: 1183px) {
  html {
    font-size: 71.2650602409638px;
  }
}

@media screen and (max-width: 1173px) {
  html {
    font-size: 70.6626506024096px;
  }
}

@media screen and (max-width: 1163px) {
  html {
    font-size: 70.0602409638554px;
  }
}

@media screen and (max-width: 1153px) {
  html {
    font-size: 69.4578313253012px;
  }
}

@media screen and (max-width: 1143px) {
  html {
    font-size: 68.855421686747px;
  }
}

@media screen and (max-width: 1133px) {
  html {
    font-size: 68.2530120481928px;
  }
}

@media screen and (max-width: 1123px) {
  html {
    font-size: 67.6506024096386px;
  }
}

@media screen and (max-width: 1113px) {
  html {
    font-size: 67.0481927710843px;
  }
}

@media screen and (max-width: 1103px) {
  html {
    font-size: 66.4457831325301px;
  }
}

@media screen and (max-width: 1093px) {
  html {
    font-size: 65.8433734939759px;
  }
}

@media screen and (max-width: 1083px) {
  html {
    font-size: 65.2409638554217px;
  }
}

@media screen and (max-width: 1073px) {
  html {
    font-size: 64.6385542168675px;
  }
}

@media screen and (max-width: 1063px) {
  html {
    font-size: 64.0361445783132px;
  }
}

@media screen and (max-width: 1053px) {
  html {
    font-size: 63.433734939759px;
  }
}

@media screen and (max-width: 1043px) {
  html {
    font-size: 62.8313253012048px;
  }
}

@media screen and (max-width: 1033px) {
  html {
    font-size: 62.2289156626506px;
  }
}

@media screen and (max-width: 1023px) {
  html {
    font-size: 61.6265060240964px;
  }
}

@media screen and (max-width: 1013px) {
  html {
    font-size: 61.0240963855422px;
  }
}

@media screen and (max-width: 1003px) {
  html {
    font-size: 60.4216867469879px;
  }
}

@media screen and (max-width: 993px) {
  html {
    font-size: 59.8192771084337px;
  }
}

@media screen and (max-width: 983px) {
  html {
    font-size: 59.2168674698795px;
  }
}

@media screen and (max-width: 973px) {
  html {
    font-size: 58.6144578313253px;
  }
}

@media screen and (max-width: 963px) {
  html {
    font-size: 58.0120481927711px;
  }
}

@media screen and (max-width: 953px) {
  html {
    font-size: 57.4096385542169px;
  }
}

@media screen and (max-width: 943px) {
  html {
    font-size: 56.8072289156626px;
  }
}

@media screen and (max-width: 933px) {
  html {
    font-size: 56.2048192771084px;
  }
}

@media screen and (max-width: 923px) {
  html {
    font-size: 55.6024096385542px;
  }
}

@media screen and (max-width: 913px) {
  html {
    font-size: 55px;
  }
}

@media screen and (max-width: 903px) {
  html {
    font-size: 54.3975903614458px;
  }
}

@media screen and (max-width: 893px) {
  html {
    font-size: 53.7951807228916px;
  }
}

@media screen and (max-width: 883px) {
  html {
    font-size: 53.1927710843373px;
  }
}

@media screen and (max-width: 873px) {
  html {
    font-size: 52.5903614457831px;
  }
}

@media screen and (max-width: 863px) {
  html {
    font-size: 51.9879518072289px;
  }
}

@media screen and (max-width: 853px) {
  html {
    font-size: 51.3855421686747px;
  }
}

@media screen and (max-width: 843px) {
  html {
    font-size: 50.7831325301205px;
  }
}

@media screen and (max-width: 833px) {
  html {
    font-size: 50.1807228915663px;
  }
}

@media screen and (max-width: 823px) {
  html {
    font-size: 49.578313253012px;
  }
}

@media screen and (max-width: 813px) {
  html {
    font-size: 48.9759036144578px;
  }
}

@media screen and (max-width: 803px) {
  html {
    font-size: 48.3734939759036px;
  }
}

@media screen and (max-width: 793px) {
  html {
    font-size: 47.7710843373494px;
  }
}

@media screen and (max-width: 783px) {
  html {
    font-size: 47.1686746987952px;
  }
}

@media screen and (max-width: 773px) {
  html {
    font-size: 46.566265060241px;
  }
}

@media screen and (max-width: 773px) {
  html {
    font-size: 56.682061178624366px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 80px;
  }

  .mainWidth {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
  .header-box .p-Top .search-box {
    /* display: none; */
  }
  .header-box .p-Top .search-box #search-inp {
    padding: 0 5px;
    padding: 0 0.05rem;
    width: 150px !important;
    width: 1.5rem !important;
    opacity: 1;
  }

  .header-box .p-logo {
    position: absolute;
    top: 92px;
    top: 0.92rem;
    left: 10%;
    width: 80%;
    height: auto;
  }
  .header-box .banner {
    display: block;
    width: 100%;
    height: 320px;
    height: 3.2rem;
    object-fit: cover;
  }
  .pNav {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
  }
  .pNav::-webkit-scrollbar {
    display: none; /* Chrome Safari */
  }
  .pNav .mainWidth {
    padding: 0;
    width: 100%;
  }
  .pNav ul {
    width: 1200px;
    width: 12rem;
  }
  .pNav ul li {
    float: left;
    width: 120px;
    width: 1.2rem;
  }

  .pFoot-link {
    display: none;
  }

  .pFoot-btm {
    padding: 30px 0;
    padding: 0.3rem 0;
    text-align: center;
  }

  .pFoot-btm .btm-txt {
    float: none;
    width: 100%;
  }

  .pFoot-btm .msg p span {
    display: block;
    margin-right: 0;
  }

  .pFoot-btm .btmimg {
    float: none;
    width: 100%;
  }
}
